From 0070cff32ded9d968dbac3f2e421fb9b3de2ddae Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 May 2020 10:44:50 -0400 Subject: [PATCH] widget-factory: Use symboli icons in the toolbar That is the style that is commonly used nowadays, even in traditional apps. --- demos/widget-factory/widget-factory.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/widget-factory/widget-factory.css b/demos/widget-factory/widget-factory.css index 1782e6db5f..cdf809a285 100644 --- a/demos/widget-factory/widget-factory.css +++ b/demos/widget-factory/widget-factory.css @@ -2,3 +2,7 @@ padding: 0; outline-width: 0; } + +.toolbar { + -gtk-icon-style: symbolic; +} -- 2.30.2